services.redis.servers.<name>.unixSocket

The path to the socket to bind to.

Type
null or absolute path
Default
if name == "" then "/run/redis/redis.sock" else "/run/redis-${name}/redis.sock"
Declared
<nixpkgs/nixos/modules/services/databases/redis.nix>